home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / haeberli / autopaint / lumdir.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1994-08-01  |  419b  |  14 lines

  1. #! /bin/csh -f
  2.  
  3. # lumdir:
  4. # 3 images are pasted in their sequence of operations:
  5. #    tobw in.rgb bw.bw
  6. #    ../imgtools/blur bw.bw blur.bw 100
  7.     ipaste blur.bw
  8. #    ../imgtools/conimg kern.bw 3 3 255
  9. #    ../imgtools/convolve blur.bw lumdir.bw kern.bw -g
  10.     ipaste lumdir.bw
  11. #    autopaint in.rgb lumdir.rgb -m 600 600 -c papers/paper.rgb -b brush.bw \
  12. #        -n 0.2 -s 36.0:24.0 -di dir.bw -d 0.0:10.0 -a 0.9:0.2 -q 1.8
  13.     ipaste lumdir.rgb
  14.